projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23aaa34
)
(last_point_position_buffer): Declared.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 5 May 1994 04:44:24 +0000
(
04:44
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 5 May 1994 04:44:24 +0000
(
04:44
+0000)
src/commands.h
patch
|
blob
|
history
diff --git
a/src/commands.h
b/src/commands.h
index a33b52db0c0783506bb789b58a989bc19ae0c443..788f1f9c047fb8aaef5a3bd8821bf5463cd50849 100644
(file)
--- a/
src/commands.h
+++ b/
src/commands.h
@@
-70,9
+70,12
@@
extern Lisp_Object unread_switch_frame;
/* Previous command symbol found here for comparison */
extern Lisp_Object last_command;
-/*
Previous value of point
*/
+/*
The value of point when the last command was executed.
*/
extern int last_point_position;
+/* The buffer that was current when the last command was started. */
+extern Lisp_Object last_point_position_buffer;
+
/* Nonzero means ^G can quit instantly */
extern int immediate_quit;